test(ci): exercise hosted gate outcomes - #10
Closed
qiyi71w wants to merge 4 commits into
Closed
Conversation
审查者指南(小型 PR 中折叠显示)审查者指南此临时的仅用于 CI 的 PR 修改了候选工作流,以测试托管环境中的失败和跳过作业结果:可移植脚本测试无条件失败,而 Windows 脚本测试被禁用;其中不包含任何生产实现变更。 托管 CI 门禁结果流程图flowchart TD
A[Hosted CI workflow] --> B[Portable script tests]
A --> C[Windows script tests]
B --> D[Failure: exit 1]
C --> E[Skipped: if false]
D --> F[Gate outcome exercised]
E --> F
文件级变更
提示和命令与 Sourcery 交互
自定义使用体验访问你的控制面板以:
获取帮助Original review guide in EnglishReviewer's guide (collapsed on small PRs)Reviewer's GuideThis temporary CI-only PR modifies the candidate workflow to exercise hosted failure and skipped job outcomes: the portable script tests fail unconditionally, while the Windows script tests are disabled; no production implementation changes are included. Flow diagram for hosted CI gate outcomesflowchart TD
A[Hosted CI workflow] --> B[Portable script tests]
A --> C[Windows script tests]
B --> D[Failure: exit 1]
C --> E[Skipped: if false]
D --> F[Gate outcome exercised]
E --> F
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Temporary hosted acceptance for wimi321#454. Exercise failed, skipped, cancelled, and documentation-only CI scenarios against the candidate workflow. This PR will be closed without merging; production changes remain on plan/ci-responsibility-split.
Sourcery 总结
针对失败和跳过结果,测试托管 CI 门禁行为。
增强功能:
CI:
Original summary in English
Sourcery 总结
针对失败、跳过、取消和仅文档变更场景,测试托管 CI 门禁结果。
增强:
CI:
文档:
Original summary in English
Summary by Sourcery
Exercise hosted CI gate outcomes across failed, skipped, cancelled, and documentation-only scenarios.
Enhancements:
CI:
Documentation: